From c2f6611e4b156d9f89f75f8e8d5564df56020820 Mon Sep 17 00:00:00 2001 From: Kristian Rietveld Date: Sat, 5 Sep 2009 16:47:35 +0200 Subject: [PATCH] List work left to do in the filter model unit test --- gtk/tests/filtermodel.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gtk/tests/filtermodel.c b/gtk/tests/filtermodel.c index 4a31aa3ddd..ab862cea02 100644 --- a/gtk/tests/filtermodel.c +++ b/gtk/tests/filtermodel.c @@ -20,6 +20,17 @@ #include +/* Left to do: + * - Proper coverage checking to see if the unit tests cover + * all possible cases. + * - Verify if the ref counting is done properly for both the + * normal ref_count and the zero_ref_count. One way to test + * this area is by collapsing/expanding branches on the view + * that is connected to the filter model. + * - Check if the iterator stamp is incremented at the correct times. + */ + + /* * Model creation */ -- 2.30.2